-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added MarkerManager Plugin #247
Conversation
Codecov Report
@@ Coverage Diff @@
## main #247 +/- ##
==========================================
+ Coverage 61.57% 65.10% +3.53%
==========================================
Files 21 28 +7
Lines 2803 4276 +1473
==========================================
+ Hits 1726 2784 +1058
- Misses 1077 1492 +415
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Works well for me 👍
How about moving the marker.cc
example from ign-gazebo
here? I also think we should add this plugin to scene3d.config
.
|
Signed-off-by: ahcorde <[email protected]>
e0d4f0b
to
43bd730
Compare
Added MarkerManager_TEST |
Signed-off-by: ahcorde <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note that the test is segfaulting
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
Signed-off-by: ahcorde <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Signed-off-by: ahcorde [email protected]
🎉 New feature
Summary
This PR is part of the consolidation between the Scene3D in ign-gui and ign-gazebo. This PR add a marker manager plugin
Test it
marker
inside the repoign-gazebo
gui.config
fileign gazebo --gui-config src/ign-gazebo/src/gui/gui.config -v 4
marker
exampleChecklist
codecheck
passed (See contributing)Note to maintainers: Remember to use Squash-Merge